getType

open fun getType(): ModuleType

Gets the type of the underlying module or content associated with this control.

This indicates the primary nature or functionality of the control, such as whether it's a web view, video player, image display, etc.

Gets the type of the module associated with this FlashView. It retrieves the type string from the internal com.reveldigital.player.api.Module object and converts it to a ModuleType enum.

Return

The ModuleType of the content, or null if the module or its type is not defined.